home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 138
/
Volume 138 Aug 19 2011 - Damaged.iso
/
Games
/
mom_mania.swf
/
scripts
/
UINotifications.as
< prev
Wrap
Text File
|
2011-08-19
|
589b
|
29 lines
package
{
import flash.events.Event;
import mx.flash.UIMovieClip;
public dynamic class UINotifications extends UIMovieClip
{
public function UINotifications()
{
super();
addFrameScript(118,frame119,238,frame239);
}
function frame239() : *
{
this.dispatchEvent(new Event("onTimeUpAlertFinished"));
stop();
}
function frame119() : *
{
stop();
this.dispatchEvent(new Event("onEndLevelAlertFinished"));
}
}
}